Daniel Veillard [Sat, 31 Jul 1999 17:20:49 +0000 (17:20 +0000)]
Fixed 2 C syntax bugs, Daniel
Mark Crichton [Fri, 30 Jul 1999 15:34:18 +0000 (15:34 +0000)]
For some wierd reason, the commit yesterday didn't get everything. (99% of
For some wierd reason, the commit yesterday didn't get everything. (99% of
the added code was MISSING)
Wierd.
Mark
Mark Crichton [Thu, 29 Jul 1999 21:17:40 +0000 (21:17 +0000)]
Added some first steps for file saving. Big thing is that a
Added some first steps for file saving. Big thing is that a gdk_pixbuf_save
function needs to be setup.
Mark
Michael Zucchi [Mon, 26 Jul 1999 06:39:39 +0000 (06:39 +0000)]
Only build the relevant loaders which require extra libraries if we
1999-07-26 Michael Zucchi <mzucchi@denr.sa.gov.au>
* src/Makefile.am (*_LIB): Only build the relevant loaders which
require extra libraries if we actually have those libraries.
Tor Lillqvist [Sun, 25 Jul 1999 22:57:20 +0000 (22:57 +0000)]
Edit some of the cursors a bit to look better on white background.
* gdk/win32/rc/cursor*.cur: Edit some of the cursors a bit to look
better on white background.
Tor Lillqvist [Sun, 25 Jul 1999 20:02:21 +0000 (20:02 +0000)]
README.win32 Add HAVE_WINTAB. Undefine it if bulding without the Wintab
* README.win32
* config.h.win32: Add HAVE_WINTAB. Undefine it if bulding without
the Wintab SDK.
* gdk/win32/gdkinput.c: Hack some more. Still doesn't quite work
OK, but getting closer. Guard against bogus tilt data from Wacom
ArtPad II with the 3.40 driver. Add ifdefs for HAVE_WINTAB to
enable easier building without Wintab.
* gdk/win32/gdkinput.h
* gdk/win32/gdkevents.c
* gdk/win32/gdkwindow.c: Minor changes related related to above.
* gdk/win32/gdkvisual.c: Simplify a lot, remove leftovers from X11
code. As we have just one visual on Win32, no sense to have it in a
table, and no need for the hash table.
Karsten Weiss [Sun, 25 Jul 1999 12:47:10 +0000 (12:47 +0000)]
Updated.
1999-07-25 Karsten Weiss <karsten@addx.au.s.shuttle.de>
* de.po: Updated.
Richard Hestilow [Sat, 24 Jul 1999 03:50:12 +0000 (03:50 +0000)]
Include glib.h as it uses g* datatypes Added for gnome-config
1999-07-23 Richard Hestilow <hestgray@ionet.net>
* src/gdk-pixbuf.h: Include glib.h as it uses g* datatypes
* gdk_pixbufConf.sh.in: Added for gnome-config
* Makefile.am:
* configure.in: Modified to generate gdk_pixbufConf.sh
Sergey I. Panov [Fri, 23 Jul 1999 16:32:07 +0000 (16:32 +0000)]
ru.po: Update
Tor Lillqvist [Wed, 21 Jul 1999 19:27:25 +0000 (19:27 +0000)]
Update gcc build instructions. Mention gettext is GPL.
* README.win32: Update gcc build instructions. Mention gettext is
GPL.
* gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Get correct
supported cursor size with GetSystemMetrics.
* gdk/win32/gdkfont.c
* gtk/gtkfontsel.c: Guard against some font weight and charset
symbols being undefined (in mingw32 headers).
* gdk/win32/makefile.cygwin
* gtk/makefile.cygwin
* gtk/gtkthemes.c: No longer need to have differently named
gcc-built DLLs when using gcc-2.95 and -fnative-struct.
Vincent Renardias [Wed, 21 Jul 1999 17:28:27 +0000 (17:28 +0000)]
Updated.
* Updated.
Spiros Papadimitriou [Wed, 21 Jul 1999 07:38:58 +0000 (07:38 +0000)]
- Added Greek (el) locale.
Spiros Papadimitriou [Wed, 21 Jul 1999 04:46:17 +0000 (04:46 +0000)]
- Added Greek (el) locale.
Mark Crichton [Tue, 20 Jul 1999 19:30:08 +0000 (19:30 +0000)]
More fixes to the rotation code. It really works well now. Now we need to
More fixes to the rotation code. It really works well now. Now we need
to fix the "clipping when rotating" problem if it is a real issue.
Mark
Mark Crichton [Tue, 20 Jul 1999 18:59:39 +0000 (18:59 +0000)]
Added translation to the rotate
Added translation to the rotate
Larry Ewing [Mon, 19 Jul 1999 04:21:09 +0000 (04:21 +0000)]
Fix a few memory leaks in the, most of them in error cases but one or two
1999-07-18 Larry Ewing <lewing@gimp.org>
* src/io-xpm.c:
* src/io-gif.c:
* src/io-png.c:
* src/io-jpeg.c: Fix a few memory leaks in the, most of them in
error cases but one or two in the common case. There are probably
a few small ones left.
Mark Crichton [Mon, 19 Jul 1999 02:13:34 +0000 (02:13 +0000)]
Ok minor changes.
Ok minor changes.
No longer make a version.h, and cleaned up some code here and there, and added
a quickie dirty-hack rotation function. However, it rotates at the origin.
Is this what we want? Or do we want a rotate w.r.t. the center of the pixbuf?
Anyone.
Mark
Larry Ewing [Sat, 17 Jul 1999 20:03:34 +0000 (20:03 +0000)]
reverted the expose everything changes, I'm not sure why these went in.
1999-07-16 Larry Ewing <lewing@gimp.org>
* src/testpixbuf.c (expose_func): reverted the expose everything
changes, I'm not sure why these went in.
(config_func): bring this up to date with the new pixbuf_scale
semantics.
* src/gdk-pixbuf-io.c: added a couple of warnings to the module
loading code so that poeple can diagnose problems better.
* src/gdk-pixbuf.c (gdk_pixbux_scale): fix the borkedness, also it
no longer allocates a new pixbuf, which make things nicer for the
rest of the code. Unfortunately there is still a problem with
scaling rgba images.
Mark Crichton [Sat, 17 Jul 1999 03:00:10 +0000 (03:00 +0000)]
Fixed up the scaling routine.
Fixed up the scaling routine.
Mark Crichton [Fri, 16 Jul 1999 20:35:21 +0000 (20:35 +0000)]
Added scaling of pixmaps. Currently doesn't work, however, since I'm
Added scaling of pixmaps. Currently doesn't work, however, since I'm guessing
how art_rgb_affine really works.
Mark
BST 1999 Tony Gale [Thu, 15 Jul 1999 12:40:48 +0000 (12:40 +0000)]
Long awaited FAQ update.
Thu Jul 15 13:33:15 BST 1999 Tony Gale <gale@gtk.org>
* docs/gtkfaq.sgml: Long awaited FAQ update.
Larry Ewing [Thu, 15 Jul 1999 06:42:42 +0000 (06:42 +0000)]
add raph@gimp.org's fix to the jpeg indexing routine
1999-07-15 Larry Ewing <lewing@gimp.org>
* src/io-jpeg.c (image_load): add raph@gimp.org's fix to the jpeg
indexing routine
* src/testpixbuf.c (main): fix up the file routines a little so
that you can load multiple files given the file names
Mark Crichton [Thu, 15 Jul 1999 04:58:39 +0000 (04:58 +0000)]
More fixes. See ChangeLog
More fixes. See ChangeLog
Tor Lillqvist [Wed, 14 Jul 1999 23:30:15 +0000 (23:30 +0000)]
Implement it. Obscure bit manipulation needed.
* gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Implement
it. Obscure bit manipulation needed.
* gdk/win32/gdkevents.c: Logging.
* gtk/gtkthemes.c (gtk_theme_engine_get): (Win32) Use new DLL naming
style (file name include compiler name) for theme engines.
Pablo Saratxaga [Wed, 14 Jul 1999 17:35:32 +0000 (17:35 +0000)]
updated spanish language file
Mark Crichton [Tue, 13 Jul 1999 07:01:08 +0000 (07:01 +0000)]
configure.in: Fixed GIF check. Actually works now! src/gdk-pixbuf.c: More
configure.in: Fixed GIF check. Actually works now!
src/gdk-pixbuf.c: More scaling work.
Mark Crichton [Tue, 13 Jul 1999 06:21:40 +0000 (06:21 +0000)]
Doh. Forgot the libgif check. Also, slowly adding the scaling support That
Doh. Forgot the libgif check. Also, slowly adding the scaling support
That will be the next commit.
I also hope I got the configure.in right...
M
Mark Crichton [Tue, 13 Jul 1999 01:01:14 +0000 (01:01 +0000)]
Ok, we'll try this again.
Ok, we'll try this again.
io-xpm.c: Fixed. Now actually loads XPMs instead of a big black blob.
configure.in : yes, I know it was broken. It wasn't finished quite yet (I
always have larger fish to fry)
Oh, and if anyone touches this module again without emailing the people in
AUTHORS, I will go ballistic (after spending precious time figuring out why
this commit never happened the 1st time I tried...)
Tor Lillqvist [Mon, 12 Jul 1999 23:12:39 +0000 (23:12 +0000)]
Less logging verbiage.
* gdk/win32/gdkdraw.c (gdk_draw_pixmap): Less logging verbiage.
* gdk/win32/gdkevents.c: Fix long-standing bug in key
events. The key.string wasn't zero-terminated, still we strdup'ed
it in gdk_event_copy(). Synthesize crossing events for button
events before possible propagation.
* gdk/win32/gdkwindow.c: Log gdk_window_set_title.
* gdk/win32/makefile.cygwin
* gtk/makefile.cygwin: Use new DLL naming style for the
GCC-compiled ones.
* gdk/win32/makefile.msc
* gtk/makefile.msc: Cosmetics mostly.
* gtk/gtk.def: Add missing entry points.
* gtk/gtksocket.c: Add dummy gtk_socket_get_type() for Win32.
Raja R Harinath [Mon, 12 Jul 1999 21:14:27 +0000 (21:14 +0000)]
Remove spurious `,'.
* configure.in (AC_OUTPUT): Remove spurious `,'.
Manish Singh [Mon, 12 Jul 1999 20:53:40 +0000 (20:53 +0000)]
shut up cvs
-Yosh
Manish Singh [Mon, 12 Jul 1999 20:52:05 +0000 (20:52 +0000)]
Fun automake fixins
-Yosh
Mark Crichton [Mon, 12 Jul 1999 20:27:50 +0000 (20:27 +0000)]
Still working on getting the system working. Nearing release, and one
Still working on getting the system working. Nearing release, and one little
xpm bug to hunt down still.
Mark Crichton [Mon, 12 Jul 1999 05:40:02 +0000 (05:40 +0000)]
Some changes to do a "proper" install.
Some changes to do a "proper" install.
Makefile doesnt work, however.
Mark Crichton [Mon, 12 Jul 1999 04:55:16 +0000 (04:55 +0000)]
Fixed crash-on-loading bug (width and height are not set until
Fixed crash-on-loading bug (width and height are not set until decompression
starts)
Mark
Tomas Ogren [Sat, 10 Jul 1999 21:39:00 +0000 (21:39 +0000)]
Updated
1999-07-10 Tomas Ogren <stric@ing.umu.se>
* sv.po: Updated
Tor Lillqvist [Sat, 10 Jul 1999 00:29:00 +0000 (00:29 +0000)]
Typo.
Tor Lillqvist [Sat, 10 Jul 1999 00:26:54 +0000 (00:26 +0000)]
Don't draw anything if width or height is zero. Don't print a warning if
* gdk/win32/gdkdraw.c (gdk_draw_arc): Don't draw anything if width
or height is zero. Don't print a warning if Pie or Arc fails, they
always fail (?) for very narrow ellipses.
* gdk/win32/gdkdraw.c (gdk_draw_pixmap): Call InvalidateRgn for
the part or the destination window corresponding to source area
outside of the source drawable's boundary.
* gdk/win32/gdkdraw.c (gdk_draw_lines, gdk_draw_polygon): Don't do
anything if less than two points.
* gdk/win32/gdkselection.c (gdk_selection_owner_get): Always
return NULL. Gtk cut-and-paste inside a single program works
better this way. (It always gets the clipboard contents from
Windows, not from its own copy, which is cleared anyway. I can't
say I fully understand what happens... Emulating the X selection
and property stuff is a bit of a mess.)
* gdk/win32/gdkevents.c
* gdk/win32/gdkproperty.c: A bít more verbose logging.
* gdk/win32/gdkregion.c: Fix some memory leaks (temporary regions
that never got deleted). Revamp gdk_region_shrink.
* gdk/win32/gdkregion.c: Fix memory leak, delete temporary regions
after use.
* gtk/gtk.def: Add some missing entry points.
* gtk/gtkrc.c: Strip trailing directory separator from pixmap path
component.
Mark Crichton [Thu, 8 Jul 1999 16:04:16 +0000 (16:04 +0000)]
Massive update...
Massive update...
gdk-pixbuf-io.c: Fixed to compile and run in a very crippled state.
io-bpm.c: Rough start on a WIN/OS2 BMP loader
testpixbuf.c: Really crude test program for gdk-pixbuf
io-gif.c: Fixed some boneheaded uninitalized variables causing the
loader to choke
Pablo Saratxaga [Wed, 7 Jul 1999 21:34:36 +0000 (21:34 +0000)]
updated euskara language file
Pablo Saratxaga [Tue, 6 Jul 1999 01:08:15 +0000 (01:08 +0000)]
little fix, added version of file
Pablo Saratxaga [Tue, 6 Jul 1999 00:56:26 +0000 (00:56 +0000)]
added euskara language file
Tor Lillqvist [Sat, 3 Jul 1999 23:31:50 +0000 (23:31 +0000)]
Handle Control-digits specially.
* gdk/win32/gdkevents.c (gdk_event_translate): Handle
Control-digits specially.
Tor Lillqvist [Sat, 3 Jul 1999 02:13:51 +0000 (02:13 +0000)]
New pthreads version. Use gettext.
* gtk/makefile.{cygwin,msc}: New pthreads version. Use gettext.
Tor Lillqvist [Fri, 2 Jul 1999 09:26:11 +0000 (09:26 +0000)]
Add a missing entry point.
Mark Crichton [Thu, 1 Jul 1999 07:00:43 +0000 (07:00 +0000)]
Shut some thing up for cvs, and fixed AM_INSTALL macro.
Shut some thing up for cvs, and fixed AM_INSTALL macro.
Mark Crichton [Thu, 1 Jul 1999 06:59:07 +0000 (06:59 +0000)]
Now we have very rudimentary tiff support.
Now we have very rudimentary tiff support.
I should use the loading logic in the GIMP plugin...
Mark Crichton [Thu, 1 Jul 1999 03:45:59 +0000 (03:45 +0000)]
Added some io-* loaders to the Makefile.am
Added some io-* loaders to the Makefile.am
Mark Crichton [Wed, 30 Jun 1999 15:28:43 +0000 (15:28 +0000)]
io-gif.c, io-png.c: Actually put the licencing terms in the code now...
io-gif.c, io-png.c: Actually put the licencing terms in the code now...
io-xpm.c: XPM parser baed off of gdk's, but this does something with the
transparent colors.
Michael Zucci [Tue, 29 Jun 1999 11:13:31 +0000 (11:13 +0000)]
Added loader for jpeg->RGB.
Based really loosely on imlib's io-jpeg.c
Mark Crichton [Tue, 29 Jun 1999 06:07:14 +0000 (06:07 +0000)]
io-png.c: changed g_malloc call for pixles to art_alloc (to be "correct")
io-png.c: changed g_malloc call for pixles to art_alloc (to be "correct")
io-gif.c: implemented GIF file loading.
Mark Crichton [Tue, 29 Jun 1999 02:54:16 +0000 (02:54 +0000)]
Ok, now it determines if it has an alpha channel. If it does, load it, if
Ok, now it determines if it has an alpha channel. If it does, load it, if
not, don't make one.
Mark Crichton [Tue, 29 Jun 1999 02:36:03 +0000 (02:36 +0000)]
Redid io-png for gdk-pixbuf. Note that it'll add an opaque alpha channel
Redid io-png for gdk-pixbuf. Note that it'll add an opaque alpha channel
to any png that doesn't have one, and will convert greyscale PNGs to RGBA.
Tor Lillqvist [Mon, 28 Jun 1999 07:06:01 +0000 (07:06 +0000)]
bpl was set wrong for bitmaps, should be multiple of 4. (Thanks to Hans
* gdk/win32/gdkimage.c (gdk_image_get): bpl was set wrong for
bitmaps, should be multiple of 4. (Thanks to Hans Breuer for
finding this.)
Tor Lillqvist [Mon, 28 Jun 1999 06:39:20 +0000 (06:39 +0000)]
Fix some typos (mine).
Pablo Saratxaga [Fri, 25 Jun 1999 22:21:15 +0000 (22:21 +0000)]
moved gtkrc.zh_TW to gtkrc.zh_TW.Big5
Pablo Saratxaga [Thu, 24 Jun 1999 19:27:38 +0000 (19:27 +0000)]
updated spanish language file
Pablo Saratxaga [Thu, 24 Jun 1999 06:57:49 +0000 (06:57 +0000)]
changed 'ln' to '$(LN_S)' in the Makefile.am (it should be $(LN) but I don't
knwo how to make it available trough aoutoconf).
And removed various now redundant gtkrc.* files
Pablo Saratxaga [Wed, 23 Jun 1999 10:53:30 +0000 (10:53 +0000)]
updated walloon language file
Pablo Saratxaga [Wed, 23 Jun 1999 10:50:31 +0000 (10:50 +0000)]
added gtkrc.* files for all encodings I know
Jose H Mercado [Mon, 21 Jun 1999 23:12:26 +0000 (23:12 +0000)]
Final specfile cleanups from the honorable Jose Mercado.
1999-06-01 Jose H Mercado <jmercado@mit.edu>
* gtk+.spec.in: Corrected some typos in files section.
Pablo Saratxaga [Mon, 21 Jun 1999 22:26:11 +0000 (22:26 +0000)]
updated walloon language file
Pablo Saratxaga [Fri, 18 Jun 1999 13:15:33 +0000 (13:15 +0000)]
updated walloon language file
Tor Lillqvist [Mon, 14 Jun 1999 21:43:53 +0000 (21:43 +0000)]
Mention using GNU gettext. Enable NLS stuff. Use GNU gettext. Minor header
* README.win32: Mention using GNU gettext.
* config.h.win32: Enable NLS stuff.
* gtk/makefile.msc: Use GNU gettext.
* gdk/win32/gdkdnd.c: Minor header reorg.
* gdk/win32/{gdkevents,gdkwindow}.c: No semantic changes, mainly
cosmetics.
* gtk/gtkrc.c (Win32): Make get_gtk_sysconf_directory() public.
* gtk/gtkmain.c (Win32): Use it in bindtextdomain() call.
Yuan-Chung Cheng [Fri, 11 Jun 1999 11:56:22 +0000 (11:56 +0000)]
zh_TW.Big5.po
Yuan-Chung Cheng [Fri, 11 Jun 1999 11:54:15 +0000 (11:54 +0000)]
updated forzh_TW.Big5 po file
Pablo Saratxaga [Thu, 10 Jun 1999 16:19:14 +0000 (16:19 +0000)]
updated walloon language file
Kjartan Maraas [Wed, 9 Jun 1999 11:06:43 +0000 (11:06 +0000)]
Updated translation.
1999-06-09 Kjartan Maraas <kmaraas@online.no>
* no.po: Updated translation.
Vincent Renardias [Wed, 9 Jun 1999 09:39:02 +0000 (09:39 +0000)]
Complete translation.
* Complete translation.
Manish Singh [Wed, 2 Jun 1999 18:45:22 +0000 (18:45 +0000)]
upgrade to libtool 1.3.2 (BeOS changes merged)
-Yosh
Pablo Saratxaga [Tue, 1 Jun 1999 00:02:12 +0000 (00:02 +0000)]
updated walloon file
Pablo Saratxaga [Mon, 31 May 1999 12:01:44 +0000 (12:01 +0000)]
updated walloon file
Tor Lillqvist [Sun, 30 May 1999 02:15:33 +0000 (02:15 +0000)]
AdjustWindowRectEx2 renamed to SafeAdjustWindowRectEx. Don't override all
* gdk/win32/gdkwindow.c: AdjustWindowRectEx2 renamed to
SafeAdjustWindowRectEx. Don't override all calls to
AdjustWindowRectEx by it, but use it only in two places: When
creating a new top-level window and when moving a top-level
window.
Use screen coordinate rectangle, not client rectangle, in
gdk_window_move. Thus SafeAdjustWindowRectEx will do its job only
when we try to place a window so that the decoration (mainly,
title bar) isn't visible.
These changes fix the bug that showed up for instance as the
GIMP's saved top-level windows moving right and down (by an amount
equal to the window decoration) for each session. This bug showed
up also in testgtk's "Saved Position".
gdk_window_resize also redone a bit.
lukka [Wed, 26 May 1999 21:19:29 +0000 (21:19 +0000)]
Update fi.po
Neil Vachharajani [Wed, 26 May 1999 04:55:57 +0000 (04:55 +0000)]
Fixed a forgotten period after a @xref.
Tor Lillqvist [Tue, 25 May 1999 04:03:14 +0000 (04:03 +0000)]
Add (commented out) Windows-style theme include line.
* gtk/testgtkrc: Add (commented out) Windows-style theme
include line.
* gdk/win32/gdk.def,gtk/gtk.def: Add some missing entry points.
Tor Lillqvist [Tue, 18 May 1999 22:26:58 +0000 (22:26 +0000)]
Typo.
Tor Lillqvist [Tue, 18 May 1999 22:23:23 +0000 (22:23 +0000)]
Copy our gdkprivate.h and gdkx.h to a gdk subdirectory, so that
* gdk/win32/makefile.{cygwin,msc}: Copy our gdkprivate.h and
gdkx.h to a gdk subdirectory, so that applications can include
these with <gdk/*.h> without trouble.
* gdk/win32/gdkimage.c (gdk_image_new_with_depth): Code simplified.
(gdk_image_destroy): Plugged resource leak, some GdkImages didn't
have their bitmap destroyed.
* gdk/win32/gdk.def: Add gdk_root_parent.
CDT 1999 Shawn T. Amundson [Wed, 12 May 1999 08:06:07 +0000 (08:06 +0000)]
changes to compile nicely (with xlib) on BeOS
Wed May 12 03:00:56 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
* configure.in
gtk-config.in
ltconfig
ltmain.sh
gtk/Makefile.am: changes to compile nicely (with xlib)
on BeOS
Pablo Saratxaga [Thu, 6 May 1999 01:14:50 +0000 (01:14 +0000)]
updated spanish language file
Manish Singh [Sat, 1 May 1999 22:20:16 +0000 (22:20 +0000)]
libtool 1.3
-Yosh
Lars Hamann [Fri, 30 Apr 1999 11:48:42 +0000 (11:48 +0000)]
merges from gtk-1-2
Fri Apr 30 13:38:16 1999 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.c:
* gtk/gtkctree.c: merges from gtk-1-2
Tor Lillqvist [Sun, 25 Apr 1999 21:55:05 +0000 (21:55 +0000)]
Support added for building using a GNU toolchain on Win32,
gcc -mno-cygwin (egcs-1.1.2) on cygwin-b20.1.
* gdk/win32/makefile.cygwin gtk/makefile.cygwin: New files.
* config.h.win32: Changes for gcc.
* gdk/gdkrectangle.c: Include gdk.h as <gdk/gdk.h>.
* gdk/gdkcolor.c: config.h.win32 already defines strcasecmp.
* gdk/win32/gdkconfig.h: Only the MS compiler has wctype.h.
* gdk/win32/gdkdnd.c: Protect (unused) OLE2 stuff better.
Protect shl stuff unavaiilable with mingw32 headers.
* gdk/win32/gdkevents.c: Fix typo.
* gdk/win32/gdkglobals.c: Use GDKVAR here also for gcc.
* gdk/win32/gdkim.c: Use OEM code page for multibyte chars. (?)
* gdk/win32/gdkinput.c: Use __try __except only with the MS compiler.
* gdk/win32/gdkprivate.h: Make up for some stuff missing from
the mingw32 headers.
* gdk/win32/makefile.msc: Use latest Wintab kit and glib.
* gtk/gtkfilesel.c: Include <glib.h> early, to get stat->_stat
definition on Win32. Test for NATIVE_WIN32, not _MSC_VER.
* gtk/gtkfontsel.c: Protect CHARSET redefinition on Win32.
Test for NATIVE_WIN32, not _MSC_VER.
* gtk/gtkmain.c: No use warning about developer version on Win32,
there aren't any non-developer versions anyhow.
* gtk/gtkrc.c: Test for NATIVE_WIN32, not _MSC_VER.
* gtk/makefile.msc: Use pthread from another directory. Minor other
changes.
Changwoo Ryu [Sat, 24 Apr 1999 14:25:57 +0000 (14:25 +0000)]
Updated Korean translation
1999-04-24 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
* ko.po: Updated Korean translation
Pablo Saratxaga [Fri, 23 Apr 1999 04:24:41 +0000 (04:24 +0000)]
added gtkrc.?? files for various iso-8859-2 languages,
for greek (iso-8859-7), hebrew (iso-8859-8), serbian (iso-8859-5),
turkish (iso-8859-9), esperanto (iso-8859-3) and armenian (armscii-8)
George Lebl [Wed, 21 Apr 1999 21:30:39 +0000 (21:30 +0000)]
correctly remove the default filter from the list
Wed Apr 21 14:20:22 1999 George Lebl <jirka@5z.com>
* gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
default filter from the list
Drazen Kacar [Fri, 16 Apr 1999 23:42:35 +0000 (23:42 +0000)]
*** empty log message ***
Drazen Kacar [Fri, 16 Apr 1999 23:40:15 +0000 (23:40 +0000)]
Added Croatian translation.
Vincent Renardias [Thu, 15 Apr 1999 14:52:01 +0000 (14:52 +0000)]
completed/updated translation.
Owen Taylor [Tue, 13 Apr 1999 05:13:20 +0000 (05:13 +0000)]
Add a warning when gtk_widget_grab_default() is called for a widget that
Mon Mar 8 12:52:53 1999 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwidget.c (gtk_widget_grab_default): Add a warning
when gtk_widget_grab_default() is called for a widget that
is not within a GtkWindow.
BST 1999 Tony Gale [Sat, 10 Apr 1999 12:55:24 +0000 (12:55 +0000)]
use a scrolled window in the clist example. Minor tutorial fixes.
Sat Apr 10 13:52:54 BST 1999 Tony Gale <gale@gtk.org>
* docs/gtk_tut.sgml, examples/clist.c: use a
scrolled window in the clist example. Minor
tutorial fixes.
Pablo Saratxaga [Thu, 8 Apr 1999 22:55:14 +0000 (22:55 +0000)]
added catalan language file
Pablo Saratxaga [Mon, 5 Apr 1999 16:20:24 +0000 (16:20 +0000)]
updated spanish & walloon language files,
and completed i18n of font selector
Pablo Saratxaga [Mon, 5 Apr 1999 05:17:55 +0000 (05:17 +0000)]
updated spanish language file and added walloon language file
Pablo Saratxaga [Mon, 5 Apr 1999 04:06:31 +0000 (04:06 +0000)]
updated spanish language file
Pawe³ Dziekoñski [Fri, 2 Apr 1999 15:11:40 +0000 (15:11 +0000)]
Merge PLD cvs tree:
Merge PLD cvs tree:
1999-04-02 Pawe³ Dziekoñski <dziekons@pld.org.pl>
* gtk+.pl.po: Kilka nowych t³umaczeñ.
BST 1999 Tony Gale [Fri, 2 Apr 1999 08:21:07 +0000 (08:21 +0000)]
Style check from David King <dking@youvegotmail.net>
Fri Apr 2 09:19:20 BST 1999 Tony Gale <gale@gtk.org>
* docs/gtk_tut.sgml: Style check from David King
<dking@youvegotmail.net>
Pavel Machek [Tue, 30 Mar 1999 12:06:00 +0000 (12:06 +0000)]
Make code compile with unknown value of GDK_WINDOWING
1999-03-30 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
* gtk/gtkfontsel.c (gtk_font_selection_get_fonts): Make code
compile with unknown value of GDK_WINDOWING
Yukihiro Nakai [Tue, 30 Mar 1999 11:33:28 +0000 (11:33 +0000)]
ja.po update.
ja.po update.
Yukihiro Nakai [Tue, 30 Mar 1999 11:31:10 +0000 (11:31 +0000)]
ja.po update from Yasuhiro SHIRASAKI<yasuhiro@awa.tohoku.ac.jp>
ja.po update from Yasuhiro SHIRASAKI<yasuhiro@awa.tohoku.ac.jp>